home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / More Sprocket Examples 1.0 / DroneZone Sources / DZMain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-12  |  165 b   |  13 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZMain.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZMain__
  8. #define __DZMain__
  9.  
  10. void Main_LastRoundup(
  11.     void);
  12.  
  13. #endif /* __DZMain__ */